From dcce57e5339e49316ac29ceff8936e20af28a493 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Tue, 28 Nov 2006 11:43:43 +0000 Subject: [PATCH] Fix missing import. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendCheckpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendCheckpoint.py b/tools/python/xen/xend/XendCheckpoint.py index 3d5bdc9732..b7c964d70a 100644 --- a/tools/python/xen/xend/XendCheckpoint.py +++ b/tools/python/xen/xend/XendCheckpoint.py @@ -16,7 +16,7 @@ import xen.util.auxbin import xen.lowlevel.xc from xen.xend import balloon, sxp -from xen.xend.XendError import XendError +from xen.xend.XendError import XendError, VmError from xen.xend.XendLogging import log from xen.xend.XendConstants import * from xen.xend.XendConfig import XendConfig -- 2.30.2